home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineSprite_456 / frame_1 / PlaceObject2_20_enemy_Bomb_312 / CLIPACTIONRECORD onClipEvent(load).as < prev    next >
Text File  |  2011-08-19  |  215b  |  11 lines

  1. onClipEvent(load){
  2.    this.swapDepths(_parent.getNextHighestDepth() + _root.weaponDepth);
  3.    active = false;
  4.    armed = false;
  5.    speed = 0;
  6.    xPos = _X;
  7.    yPos = _Y;
  8.    _alpha = 0;
  9.    gotoAndStop(2);
  10. }
  11.